home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / utilenus / xtree / 2_00edoc.txt next >
Encoding:
Text File  |  1990-04-11  |  81.6 KB  |  2,178 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.                                        
  15.                                         
  16.  
  17.  
  18.  
  19.                                         
  20.                                         
  21.                                      XTREE
  22.                                         
  23.                   The World's Leading Disk Management Software
  24.                                                                                
  25.                                         
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.                                         
  37.                                         
  38.                                  XTree Company
  39.                      a division of Executive Systems, Inc.
  40.                                 4330 Santa Fe Rd
  41.                            San Luis Obispo, CA  93401
  42.  
  43.  
  44.  
  45.      COPYRIGHT NOTICE
  46.  
  47.      This software package and document are copyrighted (c) 1985-1990 by
  48.      Executive Systems Incorporated.  All rights are reserved worldwide.
  49.      No part of this publication may be reproduced, transmitted,
  50.      transcribed, stored in any retrieval system, or translated into any
  51.      language by any means without the express written permission of Xtree
  52.      Company, a division of Executive Systems, Inc., 4330 Santa Fe Rd., San
  53.      Luis Obispo, CA 93401, USA.
  54.  
  55.      LICENSE
  56.  
  57.      You must read the license agreement supplied on the distribution disk
  58.      prior to using this evaluation version of XTree.
  59.  
  60.      DISCLAIMER
  61.  
  62.      XTree Company makes no warranties as to the contents of this
  63.      documentation and specifically disclaims any implied warranties of
  64.      merchantability or fitness for any particular purpose.  XTree Company
  65.      further reserves the right to alter the specifications of the program
  66.      and/or the contents of the manual without obligation to notify any
  67.      person or organization of these changes.
  68.  
  69.      
  70.                            Third edition, April 1990
  71.                     Printed in the United States of America
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.                                        - i -
  90.  
  91.  
  92.  
  93.  
  94.  
  95.                                TABLE OF CONTENTS
  96.      
  97.  
  98.  
  99.      1.0 INTRODUCTION...........................................1
  100.  
  101.          1.1 XTree's Features...................................2
  102.  
  103.      2.0 STARTING UP............................................4
  104.  
  105.          2.1 System Requirements................................4
  106.          2.2 Contacting XTree Company...........................4
  107.          2.3 A Cautionary Note..................................5
  108.  
  109.      3.0 THE XTREE DISPLAYS.....................................6
  110.  
  111.  
  112.      4.0 XTREE COMMANDS........................................11
  113.  
  114.          4.1 Directory Window Commands.........................11
  115.          4.2 File Window Commands..............................17
  116.          4.3 Function Keys.....................................24
  117.  
  118.      5.0 TECHNIQUES............................................25
  119.  
  120.          5.1 Backing Up........................................25
  121.          5.2 Statistics........................................25
  122.          5.3 Helpful Hints.....................................26
  123.  
  124.      6.0 ERROR MESSAGES........................................27
  125.  
  126.  
  127.      A.0 APPENDIX..............................................31
  128.  
  129.          A.1 Mini Glossary.....................................31
  130.          A.2 Common Filename Extensions........................32
  131.      
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.                                        - ii -
  153.  
  154.  
  155.      Introduction
  156.     _________________________________________________________________________
  157.  
  158.  
  159.  
  160.      1.0  INTRODUCTION
  161.  
  162.      Every person who uses computers creates numerous files for storing
  163.      information and data.  Often, files concerning similar topics can be
  164.      found throughout several disks or in a haphazard arrangement on a
  165.      single disk.  To access any given file, the user must struggle through
  166.      multiple directory listings, issue many complex commands, and usually
  167.      view and review to remember what's in what and where.  This process is
  168.      confusing and time consuming.
  169.  
  170.      MS-DOS provides a useful organizational structure called a directory .
  171.      Directories allow the computer user to store files in separate groups
  172.      on a disk.  The files in a directory are kept distinct from files in
  173.      other directories.  MS-DOS also allows the user to organize and
  174.      separate directories.  Each directory on a disk, in addition to
  175.      containing a group of files, can have sub directories own group of
  176.      files and subdirectories, and so on.  This directory branching
  177.      organization is called a tree structure.  When there is more than one
  178.      directory on a disk, to find the way to a particular subdirectory on a
  179.      disk, the user specifies a path
  180.  
  181.      As an example, let us imagine a file drawer.  Within this drawer there
  182.      are three major sections labelled 1983, 1984, and 1985.  In each of
  183.      these sections are smaller sections called Taxes, Benefits, Earnings,
  184.      Prizes, etc.  In each of the small sections are folders containing
  185.      summaries of calculations, one folder for each of several companies.
  186.      In this example the 1983, 1984, and 1985 sections are directories. The
  187.      subsections called Taxes, Benefits, Earnings, and Prizes are
  188.      subdirectories to these directories.  The folders are files, one file
  189.      per company.  To find the Tax summary for Company X in the current
  190.      year, the directory path 1984/TAXES and the file COMPANYX would be
  191.      specified.
  192.  
  193.      A drawback of the MS-DOS implementation of the concepts described
  194.      above is that as the number of directories and/or files grows, it
  195.      becomes increasingly difficult to keep track of them, find the data
  196.      that you require, and to throw away any unneeded data.
  197.  
  198.      The purpose of XTREE is to facilitate the file and directory
  199.      maintenance process by providing you commands to access, delete,
  200.      rename, view, move, list, or show any and all files within any and all
  201.      directories on your floppy and hard disks.  XTREE is remarkable for
  202.      its ease of use, clarity of organization, and multitude of services.
  203.      XTREE presents a visualization of the directories, subdirectories, and
  204.      files on your disks in clear, graphic screen displays.  Statistical
  205.      data is also displayed at all times; this data is updated as you
  206.      perform your tasks.
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.                                        - 1 -
  216.  
  217.  
  218.      Introduction
  219.     _________________________________________________________________________
  220.  
  221.  
  222.      1.1  XTREE's Features
  223.  
  224.      XTREE performs the work of several MS/DOS commands and makes these
  225.      command functions available in its onscreen menus.  These commands
  226.      are:
  227.  
  228.           DIR - You can see all the directories, subdirectories,
  229.              their files, and file statistics in a single display.
  230.  
  231.           DEL - You can delete files one at a time or in groups.
  232.  
  233.           COPY - You can copy files, one at a time or in groups, to any
  234.              directory on any of your available disks.
  235.  
  236.           TYPE - You can view the contents of any text file.
  237.  
  238.           REN - You can change the name of any of your files.  You can
  239.              rename a group of files or a single file.
  240.  
  241.           MKDIR - You can create new subdirectories within your current
  242.              directory.
  243.  
  244.           RMDIR - You can remove empty directories.
  245.  
  246.           CHDIR - You can change your current directory simply by moving a
  247.              cursor.
  248.  
  249.           VOL - You are always informed of the Volume Name of your current
  250.              disk.
  251.  
  252.      XTREE further offers some special operations that MS-DOS commands may
  253.      not provide:
  254.  
  255.           o  You can see the complete directory structure of any of your
  256.              disks in one clear graphic display.  You can also print the
  257.              directory structure.
  258.  
  259.           o  You can see every file on a disk in a single display, no
  260.              matter which directory it is in.  The files can be shown with
  261.              or without sizes, dates, and attributes and can be displayed
  262.              in different sort orders.
  263.  
  264.           o  You can change the name of any directory on your current disk.
  265.  
  266.           o  You can modify disk volume names (labels) at any time, without
  267.              having to reformat the disk.
  268.  
  269.           o  You can move a file or group of files from one directory to
  270.              another on the current disk.  Moving files is faster than
  271.              copying them.
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.                                        - 2 -
  279.  
  280.  
  281.      Introduction
  282.     _________________________________________________________________________
  283.  
  284.  
  285.           o  You can copy a group of files to a different disk, with each
  286.              file going to a directory of the same name as its own
  287.              directory.  If the directory doesn't exist on the destination
  288.              disk, XTREE creates it for you.
  289.  
  290.           o  You can display and/or modify the MS-DOS attributes of any
  291.              file.
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341.                                        - 3 -
  342.  
  343.  
  344.      Starting Up
  345.     _________________________________________________________________________
  346.  
  347.  
  348.      2.0  STARTING UP
  349.  
  350.      Before running XTREE, you should use the MS-DOS commands TYPE or PRINT
  351.      to examine the contents of the file READ.ME which is on your
  352.      distribution disk.  This text file contains notes regarding your
  353.      particular version of XTREE and may be helpful in running the program
  354.      for the first time.
  355.  
  356.      Starting up XTREE is a simple operation.  At the standard MS-DOS
  357.      prompt type the word XTREE followed by the RETURN or ENTER key.  If
  358.      you wish to have XTREE work with the directories and files of a disk
  359.      other than the currently logged MS-DOS disk, type a space, the letter
  360.      for the desired drive, and a colon before pressing the ENTER key.
  361.      XTREE will present its opening screen, read the directory and file
  362.      names from the requested disk, and display a highlight bar over the
  363.      disk's first directory name when it is ready to accept your commands.
  364.  
  365.  
  366.      2.1  System Requirements
  367.  
  368.      For XTREE to run smoothly, your system should conform to the following
  369.      requirements:
  370.  
  371.           o  192K or more of Ram Memory
  372.  
  373.           o  MS-DOS version 2.0 or later
  374.  
  375.           o  IBM PC compatible, i.e. BIOS and DOS functions that are PC-DOS
  376.              compatible, as defined in the IBM Technical Reference Manual
  377.              and the IBM DOS 2.1 Technical Reference Manual.
  378.  
  379.           o  No more than 2500 files and 180 directories on a disk
  380.  
  381.  
  382.      2.2  Contacting XTree Company
  383.  
  384.      Should you want to contact XTree Company for technical support, site
  385.      licensing, or sales information, or to share your ideas for other
  386.      software programs, refer to the following information:
  387.  
  388.      Mailing Address:    4330 Santa Fe Rd.
  389.                          San Luis Obispo, CA  93401
  390.  
  391.      FAX Number:         (805) 541-8053
  392.  
  393.      Technical Support:  (805) 541-0604
  394.                          (800) 551-5353 in California
  395.                          (800) 634-5545 outside California
  396.  
  397.                   Please have you serial number ready when you call for
  398.                   technical support.  Your program's serial number is
  399.                   displayed on its opening screen.  To freeze this screen,
  400.  
  401.  
  402.  
  403.  
  404.                                        - 4 -
  405.  
  406.  
  407.      Starting Up
  408.     _________________________________________________________________________
  409.  
  410.  
  411.                   press F1 while XTREE is logging the disk.  Copy the
  412.                   serial number and then type "N" to continue the logging
  413.                   operation.
  414.  
  415.      Only registered users are eligible for technical support, upgrade
  416.      notification, and other information/services.  Be sure to complete and
  417.      return the enclosed registration card.
  418.  
  419.  
  420.      2.3  A Cautionary Note
  421.  
  422.      XTREE is such a delight and so easy to use, you will want to begin
  423.      working immediately.  But do remember that XTREE is a very powerful
  424.      tool.  You could unintentionally erase an entire group of files with
  425.      just a few keystrokes.  Therefore, you should proceed slowly and be
  426.      attentive at all times.  If you initiate a command that could result
  427.      in a problem, just use the F3 key to cancel that command.
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466.  
  467.                                        - 5 -
  468.  
  469.  
  470.      The XTree Displays
  471.     _________________________________________________________________________
  472.  
  473.  
  474.      3.0  THE XTREE DISPLAYS
  475.  
  476.      When you first bring up XTREE, you see an initial screen that is
  477.      organized into nine separate sections ([A] - [I]):
  478.  
  479.      
  480.      [A]  Path: \SPREADS\BUDGET\1988
  481.         +---------------------------------------------------------------------+
  482.         | \                                          [D] |FILE: *.DAT         |
  483.         | |--ACCTS                                       |--------------------|
  484.         | |--SPREADS                                     |DISK: C: MAIN DRIVE |
  485.         | |  |--BUDGET                               [E] | Available          |
  486.         | |  |  |--1987                                  |   Bytes: 5,498,880 |
  487.         | |  |  `--1988                                  |--------------------|
  488.         | |  `--PROJECT                                  |DISK Statistics     |
  489.         | |     |--1988                                  | Total              |
  490.      [B]| |     `--1989                                  |   Files:     1,298 |
  491.         | |--TOOLS                                       |   Bytes: 4,277,461 |
  492.         | `--WORDPROC                                    | Matching           |
  493.         |    |--CONTRACT                                 |   Files:        48 |
  494.         |    `--LETTER                               [F] |   Bytes:    30,720 |
  495.         |       |--BUSINESS                              | Tagged             |
  496.         |------------------------------------------------|   Files:         3 |
  497.         | APRIL   .DAT     JANUARY .DAT     MAY     .DAT |   Bytes:     1,920 |
  498.      [C]| AUGUST  .DAT     JULY    .DAT     NOVEMBER.DAT | Current Directory  |
  499.         | DECEMBER.DAT     JUNE    .DAT     OCTOBER .DAT |   1988             |
  500.         | FEBRUARY.DAT     MARCH   .DAT     SEPTEMBR.DAT |   Bytes:     7,680 |
  501.         +---------------------------------------------------------------------+
  502.      [G] DIR      Available  Delete  Filespec  Log disk  Makedir  Print  Rename
  503.          COMMANDS ^Showall  ^Tag  ^Untag  Volume  eXecute
  504.      [H] <||> scroll  RETURN file commands   ALT menu    F1 quit F2 help    [I]
  505.  
  506.                         Figure 1 - XTree's Main Display
  507.      
  508.  
  509.      The first six display sections present different facets of your disk's
  510.      structure, displaying your directories, subdirectories, files, and
  511.      valuable statistical information.  The final three display sections
  512.      provide indications of the command, control, and function keys
  513.      available for use.
  514.  
  515.      Let's look at each of these display sections:
  516.  
  517.           [A]  PATH IDENTIFICATION LINE.  This will identify the precise
  518.              directory path through which you pass on your way to the
  519.              current directory.  If only the "\" symbol is displayed, you
  520.              know that you are in the disk's Root Directory.
  521.  
  522.           [B]  THE DIRECTORY WINDOW.  This will show the directory
  523.              structure of your current disk, which appears in a graphic
  524.              outline form much like a tree structure.  The ROOT Directory
  525.              (\) is at the top of the disk, and all other directories are
  526.  
  527.  
  528.  
  529.  
  530.                                        - 6 -
  531.  
  532.  
  533.      The XTree Displays
  534.     _________________________________________________________________________
  535.  
  536.  
  537.              sorted alphabetically and displayed from the top of the
  538.              Directory Window to the bottom.  Main directories are to the
  539.              left.  Subdirectories are indented.
  540.  
  541.              Initially, the highlight bar is over the Root Directory.  As
  542.              you scroll through the directory list using the arrow keys,
  543.              the highlight bar will always identify your current directory.
  544.  
  545.              The size of this window varies, depending upon the number of
  546.              directories and subdirectories on the current disk.  If only a
  547.              few directories exist on the disk, the window will be smaller;
  548.              if more directories exist than can be conveniently shown, you
  549.              can scroll the cursor downward to access them.
  550.  
  551.           [C]  THE FILE WINDOW.  This window alphabetically lists the files
  552.              found in the current directory.  Only those files whose names
  553.              match the current File Specification are listed.  Pressing the
  554.              ENTER key will move the highlight bar into this window so that
  555.              you can work with your files.  Pressing the ENTER key while
  556.              your highlight bar is in this window will cause it to expand
  557.              and show you more files in a single display.  This is the
  558.              Expanded File Window display.  Pressing ENTER again will
  559.              restore you to the Directory Window.
  560.  
  561.              In the normal File Window display, from 12 to 36 files may be
  562.              shown on the screen at one time.  In the Expanded File Window
  563.              display, as many as 57 files can be listed.  If you have more,
  564.              you can scroll the highlight bar to the upper left or lower
  565.              right of the screen in order to access them.
  566.  
  567.              Note also, that sometimes the File Window will display the
  568.              information "No Files!"  In this case, there are no files
  569.              (that match the File Specification) contained in the current
  570.              directory.
  571.  
  572.           [D]  FILE SPECIFICATION BOX.  This is the key for XTREE file
  573.              operations.  Only those files whose names match the name shown
  574.              here can appear on the screen.  You will normally choose to
  575.              have a wildcard name here as opposed to a single file name.
  576.              When XTREE is first started, the *.* wildcard specification
  577.              will appear, and all files will be available to XTREE.  Files
  578.              that match the File Specification are called matching files
  579.  
  580.           [E]  DISK SPECIFICATION BOX.  Not only does this box identify the
  581.              disk you are referencing, it also notes the Volume Label for
  582.              that disk, if you have one.  This box also informs you of the
  583.              number of bytes still available on your current disk for file
  584.              and directory storage.  This display is immediately updated
  585.              each time you log onto a new drive or make a change to the
  586.              disk you are referencing.
  587.  
  588.  
  589.  
  590.  
  591.  
  592.  
  593.                                        - 7 -
  594.  
  595.  
  596.      The XTree Displays
  597.     _________________________________________________________________________
  598.  
  599.  
  600.           [F]  DISK/DIRECTORY STATISTICS BOX.  When the highlight bar is in
  601.              the Directory Window, the statistics which appear reflect the
  602.              data storage for the entire disk.  On the other hand, when the
  603.              highlight bar is in a File Window, only the statistics for the
  604.              current directory are displayed.  This display is immediately
  605.              updated each time you make  an organizational change.
  606.  
  607.              In this display box, you can check on the number of files
  608.              currently on the disk or directory and how many bytes these
  609.              files use.  You can also see how many files match the current
  610.              file specification and the amount of disk space they utilize.
  611.              Moreover, you can see how many files have been tagged (marked
  612.              with a diamond shape) for later processing and how many bytes
  613.              these tagged files take up.  Finally, the Disk/Directory
  614.              Statistics Box will always identify (in capital letters) the
  615.              current directory or file in which you are working. The number
  616.              bytes in your current directory or in your current file will
  617.              also be displayed.
  618.  
  619.           [G]  DIRECTORY COMMANDS and FILE COMMANDS MENUS.  Below the
  620.              windows are two lines that identify which XTREE command keys
  621.              you can use at a particular time.  The first letter of the
  622.              command word is bold; this identifies the key you should press
  623.              to invoke the command function.  Some of the command words are
  624.              preceded by a "^".  This indicates that the command has an
  625.              additional form which can be invoked by holding the CTRL key
  626.              when pressing the command letter. The single-key commands
  627.              usually act upon individual directories or files.  The CTRL
  628.              key commands will typically act on tagged or multiple files.
  629.  
  630.              There are two separate XTREE commands menus.  The DIRECTORY
  631.              COMMANDS affect directories and are visible only when the
  632.              highlight bar is in the Directory Window. The FILE COMMANDS
  633.              affect files and are visible only when the highlight bar is in
  634.              a File Window.
  635.  
  636.              From each of the two commands menus you can see another set of
  637.              commands by pressing the ALT key.  You can use any of the ALT
  638.              commands by continuing to hold the ALT key and pressing the
  639.              appropriate letter.  These ALT commands are typically seldom
  640.              used commands or commands that are an alternate form of the
  641.              commands shown in the main Directory or File Commands Menus.
  642.  
  643.           [H]  THE PROMPT LINE.  This helpful guideline is always available
  644.              to you, no matter what window you may be in.  It provides
  645.              directions for moving within the windows or between them, or
  646.              for keying in information XTREE may be waiting for.
  647.  
  648.           [I]  THE FUNCTION KEY LINE.  This line is your reference for
  649.              XTREE's useful function keys.  A more detailed explanation of
  650.              the Function Keys can be found in a later section.
  651.  
  652.  
  653.  
  654.  
  655.  
  656.                                        - 8 -
  657.  
  658.  
  659.      The XTree Displays
  660.     _________________________________________________________________________
  661.  
  662.  
  663.      3.1  Moving Around the Windows
  664.  
  665.      In XTREE, you move within and between windows in order to accomplish
  666.      your various organizational tasks.  Whichever window the highlight bar
  667.      appears in is considered to be the active  window.  The active window
  668.      determines which commands are currently available, and whether the
  669.      disk's files or directories will be affected.  There are two types of
  670.      windows available: the Directory Window and the File Window.  The File
  671.      Window takes on the following three formats:
  672.  
  673.              Normal - Smaller window underneath the Directory Window. File
  674.              commands affect matching files in the current directory.
  675.  
  676.              Expanded - Large window which replaces the Directory Window
  677.              and the normal File Window.  As above, file commands affect
  678.              only matching files in the current directory.
  679.  
  680.              Show All - Large window similar to the Expanded File Window.
  681.              However, matching files in all directories on the disk will be
  682.                                         ___                                
  683.              shown and will be affected by the file commands.  A variation
  684.              of the Show All window will initially display only the tagged
  685.              files in all directories.
  686.  
  687.      
  688.      The ENTER  and F3 (cancel) keys are used to move between windows (and,
  689.      therefore, change  which  commands  can  be  used)  as  shown  in  the
  690.      following diagram:
  691.      
  692.  
  693.                      ENTER                                 S
  694.               <-----------------< Directory Window >---------------->
  695.               |                     ^    ^      ^                   |
  696.               |  +------------------'    |      `----------------+  |
  697.               |  |                       | ENTER           ENTER |  |
  698.               |  | F3                    |  F3              F3   |  |
  699.               |  ^        ENTER          ^                       ^  |
  700.            Normal File >----------> Expanded File            Show All File
  701.              Window                    Window                   Window
  702.  
  703.      
  704.  
  705.      Pressing the cursor (arrow) keys will move you from item to item
  706.      within  a window.  In the Directory Window, the up arrow and down
  707.      arrow allow you to scroll through the directory list in either
  708.      direction.  In the File Windows, the right arrow and left arrow are
  709.      also available to allow you the further option of moving horizontally
  710.      from column to column.
  711.  
  712.      The Page Up and Page Down keys provide for major movement between the
  713.      first element of a window and the last, and then from one section of a
  714.      list to another.  For example, if the highlight bar were positioned in
  715.      the File Window at the first file name of a directory, you could move
  716.  
  717.  
  718.  
  719.  
  720.                                        - 9 -
  721.  
  722.  
  723.      The XTree Displays
  724.     _________________________________________________________________________
  725.  
  726.  
  727.      to the last file in the window by pressing the Page Down key.
  728.      Pressing the Page Down key again would show the next section of the
  729.      file list.  A reverse movement would be accomplished by pressing Page
  730.      Up.
  731.  
  732.      The Home and End keys allow you to move directly to the first item of
  733.      the entire list (Home) or to the last item (End).
  734.  
  735.  
  736.  
  737.  
  738.  
  739.  
  740.  
  741.  
  742.  
  743.  
  744.  
  745.  
  746.  
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753.  
  754.  
  755.  
  756.  
  757.  
  758.  
  759.  
  760.  
  761.  
  762.  
  763.  
  764.  
  765.  
  766.  
  767.  
  768.  
  769.  
  770.  
  771.  
  772.  
  773.  
  774.  
  775.  
  776.  
  777.  
  778.  
  779.  
  780.  
  781.  
  782.  
  783.                                        - 10 -
  784.  
  785.  
  786.      XTree Commands
  787.     _________________________________________________________________________
  788.  
  789.  
  790.      4.0  XTREE COMMANDS
  791.  
  792.      There are two command menus.  The first is the DIRECTORY COMMANDS,
  793.      which may only be executed while you are positioned in the Directory
  794.      Window.  The second is the FILE COMMANDS, which may only be executed
  795.      while you are positioned in any of the File Windows, and which will
  796.      only operate on matching files in the current directory (unless in the
  797.      Show All display).  These are the commands that actually do the
  798.      organizational work on your disk.
  799.  
  800.      In the commands menus you can see that some of the names are preceded
  801.      by a "^" symbol.  This tells you that there are actually two forms of
  802.      the command that you may use.  The first form is invoked by keying the
  803.      first letter of the command and usually operates on individual
  804.      directories or files.  The second form is invoked by holding the CTRL
  805.      key down as you key the first letter of the command name; these
  806.      commands typically act on tagged or multiple files.
  807.  
  808.      From each command menu you may invoke an alternate set of commands.
  809.      To view this ALT command menu hold down the ALT key.  To use one of
  810.      the commands, press the first letter of the command while pressing the
  811.      ALT key.
  812.  
  813.      When you need to input additional data for any command, the Prompt
  814.      Line will request it.  Simply key the text as required.  If you need
  815.      to correct the entry, use the Backspace key to erase the previous
  816.      character and the ESCape key to erase the entire line.
  817.  
  818.      4.1  Directory Window Commands
  819.  
  820.      When your highlight bar is located in the Directory Window, the
  821.      directory commands are visible (see Figure 1, reference G).  The
  822.      following is an explanation of their functions:
  823.  
  824.      Available
  825.  
  826.              calls for a report of any available, still unused space on any
  827.              disk.  When you invoke this command by  pressing the A key,
  828.              XTREE will ask you to enter the disk specifier, that is the
  829.              letter name of the disk you wish to check.  This disk will
  830.              then be accessed, and the number of bytes available will be
  831.              reported.  The Prompt Line instructs you to press any key to
  832.              continue; once you do so, the commands will reappear.
  833.  
  834.      Delete
  835.  
  836.              commands the program to remove the current directory from the
  837.              current disk.  To be deleted, a directory must be empty.  It
  838.              may not have any files or subdirectories within it.
  839.              Furthermore, it may not be the ROOT directory.
  840.  
  841.  
  842.  
  843.  
  844.  
  845.  
  846.                                        - 11 -
  847.  
  848.  
  849.      XTree Commands - Directory Window
  850.     _________________________________________________________________________
  851.  
  852.  
  853.              When you press D for Delete, you will be asked to confirm this
  854.              operation.  If you answer Yes by pressing the "Y" key, XTREE
  855.              will delete the directory and update the information in the
  856.              Directory Window.  If you change your mind or decide to keep
  857.              the directory, press "N" for No or F3 to cancel the operation.
  858.              Whether you complete the Delete operation or cancel the
  859.              command, the Prompt Line disappears and the commands will
  860.              appear.
  861.  
  862.      Filespec
  863.  
  864.              changes the File Specification, i.e. selects a new group of
  865.              files to be used in XTREE's operations.  When you choose
  866.              Files, you will be asked for a new files specification.  You
  867.              may press ENTER, which enters *.* resulting in the opportunity
  868.              to act on all the files in your operations.  Or, you may enter
  869.              a file name, using * and/or ? characters to specify a
  870.              particular group of files to be used.  Notice that if you
  871.              specify a new group, for example *.EXE, the File Specification
  872.              Box as well as the Matching Files Information in the Disk
  873.              Statistics Box will be updated to reflect your new selection.
  874.              The prompt disappears and the commands will reappear.  The
  875.              files on the screen will match the new specs.
  876.  
  877.      Log disk
  878.  
  879.              allows you to change to a new disk for further operations.
  880.              When you select this command, XTREE will prompt you for the
  881.              name of the new disk.  Enter the letter that identifies the
  882.              new disk.  If you try to log on to a disk which is unavailable
  883.              (like a hard disk that may not be turned on), the screen will
  884.              tell you that you've chosen an invalid disk drive.  If your
  885.              choice is appropriate, XTREE will read all the directories on
  886.              the newly logged disk and will then construct a new directory
  887.              tree within your Directory Window display.  The Disk
  888.              Specifications Box and the Disk Statistics Box will both be
  889.              updated as well.
  890.  
  891.      Makedir
  892.  
  893.              adds a new directory to the current disk.  This command is
  894.              used to create a subdirectory under the current directory,
  895.              identified as current by the highlight bar.  When you choose
  896.              this command, XTREE will prompt you for the name of this new
  897.              subdirectory.  This name must be a singlename.  It may not
  898.              contain any backslash characters; it must follow the normal
  899.              rules for DOS file names without wild card characters.  After
  900.              XTREE creates the new directory, the Directory Window is
  901.              updated to show this directory or subdirectory in its proper
  902.              place within the tree structure.
  903.  
  904.  
  905.  
  906.  
  907.  
  908.  
  909.                                        - 12 -
  910.  
  911.  
  912.      XTree Commands - Directory Window
  913.     _________________________________________________________________________
  914.  
  915.  
  916.      Print
  917.  
  918.              lists directory information on your printer.  When the command
  919.              is invoked, XTREE asks you to select the type of directory
  920.              data to be printed.  The following choices can be selected by
  921.              keying the appropriate letter:
  922.  
  923.                Catalog of tagged files.  If you select this option, XTREE
  924.                   prints the names and statistics of all files that have
  925.                   been tagged on the disk.  The printout contains a heading
  926.                   for each directory on the disk that has at least one
  927.                   tagged file, followed by the list of files in that
  928.                   directory that are tagged.  The files are listed in the
  929.                   sort order that is currently in effect for the File
  930.                   Window (see ALT/Sort).
  931.  
  932.                Pathnames.  This option causes XTREE to print a list of all
  933.                   the path names on the disk.  Each path name will be
  934.                   printed on one line, and the names will be printed in the
  935.                   order that you see them in the Directory Window.
  936.  
  937.                Tree.  Selecting this option gives you a printout of the
  938.                   directory tree structure as you see it in the Directory
  939.                   Window.
  940.  
  941.              When XTREE performs any of the print functions, it prints a
  942.              heading at the top of each page.  The heading contains the
  943.              name of the disk, time and date of the printout, and the page
  944.              number of the printout.  XTREE assumes that each print page is
  945.              66 lines long which is standard for an 11-inch form.
  946.  
  947.              Printing can be cancelled at any time by pressing the F3
  948.              (cancel) key.
  949.  
  950.      Rename
  951.  
  952.              changes the name of the current directory.  Before you invoke
  953.              this command, you need to locate the highlight bar over the
  954.              directory you wish to rename.  Then you may choose this
  955.              command.  XTREE will prompt you for the new name.  This entry
  956.              must be a single  directory name, without backslash
  957.              characters, which adheres to the normal rules for a DOS file
  958.              name without wild card characters.  XTREE will rename the
  959.              directory and will update the Directory Window to show the new
  960.              name.
  961.  
  962.      ^Showall
  963.  
  964.              calls for a shift to the Expanded File Window.  However, this
  965.              Expanded File Window differs from the one that can be called
  966.              up by pressing ENTER from the File Window.  In this Show All
  967.              Files version, XTREE displays ALL the matching files on the
  968.  
  969.  
  970.  
  971.  
  972.                                        - 13 -
  973.  
  974.  
  975.      XTree Commands - Directory Window
  976.     _________________________________________________________________________
  977.  
  978.  
  979.              disk, not just those in the current directory.  All of these
  980.              files are then available for viewing and for XTREE operations.
  981.              Note that as you move through the list of files, the path
  982.              notation at the top of the screen may change.  Also the
  983.              Disk/Directory Statistics Box will display the Disk
  984.              statistics, not the Directory statistics.
  985.  
  986.  
  987.  
  988.              Remember, this display is the only way you have to work with
  989.              files across the entire disk, i.e. without regard to which
  990.              directory they are in.  For example, all *.DOC files in all
  991.              directories on the disk can be deleted, copied, or renamed in
  992.              a single operation from this display.
  993.  
  994.              The CTRL version of the Showall command initially displays all
  995.              tagged files on the disk that match the File Specification.
  996.              All subsequent operations will work in a manner identical to
  997.              the normal Show All display.
  998.  
  999.      ^Tag
  1000.  
  1001.              tags (marks with a diamond-shape) all the matching files in
  1002.              the current directory, allowing them to be affected by XTREE's
  1003.              multi-file commands.  After XTREE has tagged all the files
  1004.              within the directory, the File Window will be updated to show
  1005.              tag markers on all files displayed.  Also the statistics for
  1006.              tagged files in the Disk Statistics Box will be updated.  Once
  1007.              a file is tagged, it is eligible for XTREE multiple file
  1008.              commands such as copying and deleting.
  1009.  
  1010.              The CTRL form of the Tag command tags all matching files on
  1011.              the entire disk, no matter what directory you may be in.  Tag
  1012.              markings appear adjacent to all file names so that they may be
  1013.              acted on by other XTREE commands.  If you want to perform a
  1014.              command on all the files of a disk (by performing a multiple
  1015.              file command from the Show All display), pressing this
  1016.              combination will save you considerable time and effort.
  1017.  
  1018.      ^Untag
  1019.  
  1020.              clears (removes) the tag from all matching files in the
  1021.              current directory, protecting them from being affected by
  1022.              XTREE's multi-file commands.  Files not matching the current
  1023.              File Specification will not be untagged.  Both the File Window
  1024.              and the statistics for tagged files in the Disk Statistics Box
  1025.              will be updated.  Untag files when you complete an operation
  1026.              so that they will not accidentally be acted on at a later
  1027.  
  1028.  
  1029.              time.
  1030.  
  1031.              The CTRL form of the Untag command clears (removes) the tag
  1032.              from all matching files on the entire disk, no matter what
  1033.              directory you may be in.  All tag markings adjacent to any
  1034.              file names are removed so that they will not be affected by
  1035.  
  1036.  
  1037.  
  1038.  
  1039.                                        - 14 -
  1040.  
  1041.  
  1042.      XTree Commands - Directory Window
  1043.     _________________________________________________________________________
  1044.  
  1045.  
  1046.              any commands you may subsequently issue.  This is a good
  1047.              command to use periodically in order to protect your files
  1048.              from yourself while using XTREE.
  1049.  
  1050.      Volume
  1051.  
  1052.              changes the volume label name of the current disk.  When you
  1053.              choose this command, you have the opportunity to enter a new
  1054.              volume name of up to eleven characters, using standard DOS
  1055.              rules for volume labels.  You do NOT need to reformat.  After
  1056.              you enter your title, XTREE writes the new volume name to the
  1057.              disk.  The prompt then disappears and the commands will
  1058.              reappear.  XTREE will report an error if the new volume name
  1059.              is the same as the name of a file or directory in the Root
  1060.              directory.
  1061.  
  1062.      eXecute
  1063.  
  1064.              provides a way to run programs and execute MS-DOS commands
  1065.              without leaving XTREE.  When executing commands and programs
  1066.              in this manner, XTREE remains in memory.  When you select the
  1067.              eXecute command, XTREE clears the screen and displays a
  1068.              command line prompt.  The prompt reminds you which is the
  1069.              current directory for the disk you are logged onto, and asks
  1070.              you to enter a command just as you would if MS-DOS were
  1071.              prompting you.
  1072.  
  1073.              When you wish to return to XTREE, just press the ENTER key on
  1074.              an empty line.  XTREE re-logs onto the current disk, and
  1075.              places the highlight bar in the directory window.
  1076.  
  1077.      ALT/File Display
  1078.  
  1079.              changes the format of the display in the File Window.
  1080.              Normally, XTREE lists only the name and extension of each file
  1081.              in the File Window, and the list of files is shown in three
  1082.              columns.  There are  two alternate formats:
  1083.  
  1084.                o  1-column display: shows the file name, extension, size,
  1085.                   date of creation/last modification, and attributes.
  1086.  
  1087.                o  2-column display: shows the file name, extension, size,
  1088.                   and attributes.
  1089.  
  1090.              If you wish to change the current File Window format, press
  1091.              ALT/F until you see the format you want.  All subsequent
  1092.              displays in the File Window are seen in the new format, until
  1093.              you use the ALT/File Display command again.
  1094.  
  1095.  
  1096.  
  1097.  
  1098.  
  1099.  
  1100.  
  1101.  
  1102.                                        - 15 -
  1103.  
  1104.  
  1105.      XTree Commands - Directory Window
  1106.     _________________________________________________________________________
  1107.  
  1108.  
  1109.      ALT/Sort Files
  1110.  
  1111.              changes the order in which files are displayed in the File
  1112.              Window.  Normally, XTREE displays files in alphabetic order by
  1113.              name.  When you select this command, XTREE will ask you to
  1114.              select a new sort order which XTREE is to use in all
  1115.              subsequent displays in the File Window.  The following choices
  1116.              are possible and are selected by keying the appropriate
  1117.              letter:
  1118.  
  1119.                Name.  This is the normal sort order.  Files are displayed
  1120.                   in alphabetic order by their names.
  1121.  
  1122.                Extension.  Selecting this sort order will cause XTREE to
  1123.                   display the files in alphabetic order by their file name
  1124.                   extension.  For example, all the *.DOC files will appear
  1125.                   before the *.TXT files.  Files with the same extension
  1126.                   will be displayed in alphabetic order by name.
  1127.  
  1128.                Date.  Selecting this sort order will cause XTREE to display
  1129.                   the files in order of creation/last modification date.
  1130.                   The files that were created or modified most recently
  1131.                   will be shown first, followed by the oldest files.  Files
  1132.                   with the same date and time are ordered by name.
  1133.  
  1134.                Size.  Selecting this sort order will cause XTREE to display
  1135.                   files ordered by their size.  The largest files will
  1136.                   appear first, followed by smaller size files.  Files with
  1137.                   the same size will be ordered by name.
  1138.  
  1139.      ALT/Tag
  1140.  
  1141.              tags all matching files on the disk that have a certain file
  1142.              attributes setting.  File attributes are four special switches
  1143.              that can be set on or off, causing the status of the file to
  1144.              change in certain ways.  These attributes are discussed in
  1145.              more detail in the File Window Commands section and in your
  1146.              MS-DOS documentation.
  1147.  
  1148.              When you select the ALT/Tag command, XTREE prompts you to
  1149.              enter a set of attributes.  To enter these attributes, type a
  1150.              "+" or a "-" followed by the attribute letter you want.
  1151.              Typing a "+" in front of the attribute tells XTREE that the
  1152.              file must have the attribute set ON in order for the file to
  1153.              be tagged.  Typing a "-" in front of the attribute tells XTREE
  1154.              that the file must have the attribute set OFF in order for the
  1155.              file to be tagged.
  1156.  
  1157.              You may enter from one to four attributes.  XTREE ignores any
  1158.              attributes that are not entered when it tests a file to see if
  1159.              it should be tagged.  For example, "+A-R" would tell XTREE to
  1160.              tag all matching files which have the Archive attribute ON and
  1161.  
  1162.  
  1163.  
  1164.  
  1165.                                        - 16 -
  1166.  
  1167.  
  1168.      XTree Commands - Directory Window
  1169.     _________________________________________________________________________
  1170.  
  1171.  
  1172.      ALT/Untag
  1173.  
  1174.              removes the tag from all the matching files on the disk that
  1175.              have a certain attributes setting.  The entry of the desired
  1176.              set of file attributes is identical to that discussed in the
  1177.              ALT/Tag command.
  1178.  
  1179.      ALT/eXecute
  1180.  
  1181.              allows you to execute programs and DOS commands from XTREE.
  1182.              This command is identical to the eXecute command with the
  1183.              following important exceptions:
  1184.  
  1185.                o  During execution of the program or command, XTREE
  1186.                   occupies over 100K less memory than it does when you use
  1187.                   the normal eXecute command.
  1188.  
  1189.                o  When you return to XTREE, does not take the time to
  1190.                   re-log the current disk.  If you have not added, removed,
  1191.                   or changed any files or directories on the logged disk,
  1192.                   XTREE will perform normally.  However if any changes were
  1193.                   made to the logged disk, XTREE may report errors while
  1194.                   performing its operations.
  1195.  
  1196.              If you see the following error message during any of XTREE's
  1197.              commands:
  1198.  
  1199.                     ERROR: Disk has been changed
  1200.  
  1201.              XTREE is telling you that information on the disk was changed
  1202.              during the ALT/eXecute command, and you should use the Log
  1203.              command to re-log the disk.
  1204.  
  1205.      4.2  File Window Commands
  1206.  
  1207.      When the highlight bar is positioned in the File Window, the FILE
  1208.      COMMANDS become available for use.  Remember that file commands work
  1209.      only  on matching files in the current directory, unless you are in
  1210.      the Show All Files display.  In that case, file commands operate on
  1211.      files matching in all directories on the disk.  The normal file
  1212.      commands operate on the current file in the directory.
  1213.  
  1214.      The CTRL group of file commands operates on several files at once.
  1215.      The files that XTREE uses in these commands are those matching files
  1216.      in the current directory that are tagged.  These commands can be
  1217.      called by holding down the CTRL key and then pressing the key
  1218.      corresponding to the first letter of the command.  These multi-file
  1219.      commands are shown on the screen preceded by a ^ character.
  1220.  
  1221.      When a CTRL type command has finished processing, it redisplays the
  1222.      File Window.  If the command had caused any files to be renamed, they
  1223.      may disappear during this redisplay.  Don't be alarmed if this
  1224.  
  1225.  
  1226.  
  1227.  
  1228.                                        - 17 -
  1229.  
  1230.  
  1231.      XTree Commands - File Window
  1232.     _________________________________________________________________________
  1233.  
  1234.  
  1235.      happens.  The files are still on your disk.  XTREE is simply doing
  1236.      what it always does: displaying only those files that match the
  1237.      current File Specification.
  1238.  
  1239.      Attributes
  1240.  
  1241.              shows the time, date, and attributes for the current file and
  1242.              allows the attributes to be changed.  These attributes are
  1243.              four special switches that can be turned on or off, causing
  1244.              the status of a file to change in specific ways.  Here are
  1245.              definitions of the four attributes:
  1246.  
  1247.              a = Archive.  When this attribute is switched on, the file is
  1248.              marked as having been modified at some time since its
  1249.              creation.  Backup programs can only back up those files that
  1250.              have the Archive bit set.  After the files are backed up, the
  1251.              Archive bit is deleted.  Entering +A turns this bit on.
  1252.              Typing -A will turn it off.  If you type -A, when you back up
  1253.              files, this particular one won't be part of your backup
  1254.              operation.
  1255.  
  1256.              r = Read Only.  When this attribute is switched on, the file
  1257.              appears on your directory and can be read.  But it cannot be
  1258.              erased or added to.  This protects the file and keeps it
  1259.              visible.  This bit is turned on by entering +R.  Typing -R
  1260.              turns it off.
  1261.  
  1262.              h = Hidden.  When this attribute is switched on, the file is
  1263.              still on the directory, but it remains invisible, although
  1264.              XTREE can see it.  Hidden files are protected because they
  1265.              cannot be erased.  This bit is turned on by entering +H.
  1266.              Typing -H turns it off.
  1267.  
  1268.              s = System.  When this attribute is switched on, the file is
  1269.              classified as a system file.  This is how DOS protects its own
  1270.              operating files.  System is reserved for IBMBIO.COM and
  1271.              IBMDOS.COM files.  When a disk is formatted with a system on
  1272.              it, the system is in a specific place on the disk.  This bit
  1273.              is turned on by entering +S.  The file is hidden from the
  1274.              directory and protected from erasure, although XTREE can
  1275.              always see the file.  Typing -S turns it off and is quite a
  1276.              dangerous move.  You wouldn't want a Wildcard Delete to erase
  1277.              your whole system.  This -S attribute should be used ONLY if
  1278.                                                                   ____   
  1279.              the system has already been copied to another disk.
  1280.  
  1281.              When you press A, the screen prompts:
  1282.  
  1283.                ATTRIBUTES for file: (FILENAME) mm-dd-yy  hh:mm  [attribute]
  1284.                                   :
  1285.                enter attribute changes (+/- R A S H)
  1286.  
  1287.  
  1288.  
  1289.  
  1290.  
  1291.  
  1292.                                        - 18 -
  1293.  
  1294.  
  1295.      XTree Commands - File Window
  1296.     _________________________________________________________________________
  1297.  
  1298.  
  1299.              Displayed for you are the file name, the date and time the
  1300.              file was created, and which attributes are already switched
  1301.              on.  You may change from one to four of the attributes in a
  1302.              single operation.  Suppose you want to alter your file so that
  1303.              it is Read Only and Archived.  You would type +R+A and press
  1304.              ENTER.  Once you have set the attributes, they are written to
  1305.              the disk directory.  If you want to view the attributes
  1306.              without changing them, simply press ENTER (or F3).  The prompt
  1307.              disappears and the commands will reappear.
  1308.  
  1309.      ^Attributes
  1310.  
  1311.              allows you to set or clear the attributes on the tagged this
  1312.              command draws a prompt for the attribute settings you want
  1313.              installed.  After you type in your choices, press ENTER.  The
  1314.              cursor moves across the tagged files as each is changed.  The
  1315.              prompt disappears and the File Commands menu will reappear.
  1316.  
  1317.              Giving your files a Read-Only status can be a fine safety
  1318.              precaution.  Thereafter you must deliberately remove a file's
  1319.              protection in order to erase it.
  1320.  
  1321.      Copy
  1322.  
  1323.              permits you to copy the current file to another disk and/or
  1324.              directory.  When you press C, the screen will prompt you first
  1325.              to enter the name of the new file.  Normally, you will wish to
  1326.              retain the same name and you can press ENTER to do so.  If you
  1327.              wish to copy the file using a new name, simply enter the
  1328.              desired file name and ENTER.
  1329.  
  1330.              XTREE then prompts you for the destination of the new file.
  1331.              Type in the drive and path destination for the file, then
  1332.              press ENTER.  If a drive is not entered, XTREE assumes the
  1333.              current drive is the destination.  If a drive is entered and
  1334.              path is not, XTREE assumes the Root directory.  When the
  1335.              destination has been entered, the copy operation will start.
  1336.              When the copy is complete, the File Commands menu will
  1337.              reappear.
  1338.  
  1339.      ^Copy
  1340.  
  1341.              copies the tagged files to another disk and/or directory.
  1342.              XTREE duplicates these files in any directory on any drive.
  1343.              As in the single file Copy command, you can rename the files
  1344.              (as in the ^Rename command) as they are copied.
  1345.  
  1346.              In addition to the prompts issued by the Copy command, you are
  1347.              asked whether to automatically replace existing files or not.
  1348.              Choose "Y" to automatically overwrite files of the same name.
  1349.              If you respond with "N", XTREE will ask for your confirmation
  1350.              each time a file is about to be copied over a file with the
  1351.  
  1352.  
  1353.  
  1354.  
  1355.                                        - 19 -
  1356.  
  1357.  
  1358.      XTree Commands - File Window
  1359.     _________________________________________________________________________
  1360.  
  1361.  
  1362.              same name.  XTREE will move the highlight bar over each tagged
  1363.              file as it is being copied.  When all copying is completed,
  1364.              the prompt disappears, and the file commands will reappear.
  1365.  
  1366.              If you are doing a copy of tagged files to a disk that becomes
  1367.              full, XTREE will alert you with the message:
  1368.  
  1369.                     Error: Disk Full, press ANY KEY to continue
  1370.  
  1371.              At this point you can replace the filled disk with another
  1372.              that has more  available space and then press any key.  After
  1373.              specifying the drive and path again, copying will continue.
  1374.              In this way, large groups of files can be copied in one
  1375.              operation without regards to whether or not they will fit on
  1376.              one destination disk.
  1377.  
  1378.      Delete
  1379.  
  1380.              removes the current file from the disk.  When you press D, the
  1381.              screen prompts you to choose whether or not you wish to
  1382.              complete this command.  After choosing either "Y" or "N", the
  1383.              prompt disappears, and the commands will reappear.
  1384.  
  1385.      ^Delete
  1386.  
  1387.              removes the tagged files from the disk.  This command offers
  1388.              you the option of double-checking each deletion before you
  1389.              allow it to happen by typing "Y" in answer to the question:
  1390.  
  1391.                     confirm delete for each file?
  1392.  
  1393.              The screen will prompt you for each file's deletion, and you
  1394.              may choose "Y" to delete a particular file or "N" to not
  1395.              delete.  In this way, XTREE protects you from an accidental
  1396.              erasure you might regret.  When deleting is completed, the
  1397.              prompt disappears and the file commands will reappear.
  1398.  
  1399.      Filespec
  1400.  
  1401.              changes the File Specification, i.e. selects a new group of
  1402.              files to be used in XTREE's operations.  This command is the
  1403.              same as the Filespec command in the Directory Commands menu.
  1404.  
  1405.      Log Disk
  1406.  
  1407.              selects a new disk for your XTREE operations.  This command is
  1408.              the same as the Log Disk command in the Directory Commands
  1409.              menu.
  1410.  
  1411.  
  1412.  
  1413.  
  1414.  
  1415.  
  1416.  
  1417.  
  1418.                                        - 20 -
  1419.  
  1420.  
  1421.      XTree Commands - File Window
  1422.     _________________________________________________________________________
  1423.  
  1424.  
  1425.      Move
  1426.  
  1427.              moves the current file to another directory.  This operation
  1428.              is similar to a copy followed by a delete of the original
  1429.              file, except that it executes much faster.
  1430.  
  1431.              When you have selected the Move command, XTREE prompts you for
  1432.              a new name to give to the file.  If you wish to keep the same
  1433.              name, press ENTER.  XTREE then asks you which directory is to
  1434.              receive the file.  You may enter any directory on the logged
  1435.              disk, but you may not enter a disk specifier.  XTREE only
  1436.              moves files to the currently logged disk.
  1437.  
  1438.      ^Move
  1439.  
  1440.              moves the tagged files to another directory.  This operation
  1441.              is similar to a ^Copy command followed by a ^Delete command
  1442.              except that it is much faster.  The prompts for this command
  1443.              are the same as those for the ^Copy command.
  1444.  
  1445.              Remember, when this command has completed, the moved files
  1446.              will no longer reside in the current directory.
  1447.  
  1448.      Print
  1449.  
  1450.              lists the contents of the current file on your printer.  If
  1451.              the file you wish to print does not contain text information,
  1452.              you may see random and/or nonsense characters appearing on the
  1453.              printout.
  1454.  
  1455.              When you select this command, XTREE will prompt you to ready
  1456.              your printer.  Make sure the printer is turned on and that the
  1457.              paper is aligned the way you want it.  During the printing of
  1458.              the file, you may cancel the operation by pressing F3.  After
  1459.              the printing has completed, XTREE will issue a top-of-form
  1460.              command to the printer.
  1461.  
  1462.      ^Print
  1463.  
  1464.              lists the contents of the tagged files on your printer.  The
  1465.              command operates just like the single file Print command,
  1466.              except that all the matching tagged files are printed, one
  1467.              after another.  Since XTREE sends a top-of-form command after
  1468.              printing each file, every file will start at the top of a new
  1469.              page.
  1470.  
  1471.      Rename
  1472.  
  1473.              changes the name of the current file.  Use up to eight
  1474.              characters plus a three-character extension, and then press
  1475.              ENTER.  XTREE writes the new name to your disk and updates the
  1476.              list in the File Window.
  1477.  
  1478.  
  1479.  
  1480.  
  1481.                                        - 21 -
  1482.  
  1483.  
  1484.      XTree Commands - File Window
  1485.     _________________________________________________________________________
  1486.  
  1487.  
  1488.      ^Rename
  1489.  
  1490.              changes the names of the tagged files.  This command applies
  1491.              the same set of characters to every tagged file.  If their
  1492.              names are different you can give them identical extensions.
  1493.              If their extensions are different, you can give them identical
  1494.              names.  You use wildcards (* and ?) to make substitutions to
  1495.              parts of file names.  For example, to change a group of files
  1496.              from .DOC extensions to .SAV extensions, type *.SAV.  The
  1497.              cursor moves across the files as the names are changed.  When
  1498.              the rename process is completed, the prompt disappears and the
  1499.              file commands will reappear.
  1500.  
  1501.      Tag
  1502.  
  1503.              places a tag or marker on the current file, allowing you to
  1504.              affect it by using other XTREE multi-file commands such as ^C
  1505.              (copy) or ^D (delete).
  1506.  
  1507.      ^Tag
  1508.  
  1509.              places tags on all the matching files in the directory.  This
  1510.              is a real time saver when you want to initiate a multi-file
  1511.              command such as ^C (copy) or ^D (delete).
  1512.  
  1513.      Untag
  1514.  
  1515.              removes the tag from the current file, protecting it from
  1516.              being affected by other XTREE multi-file commands such as ^C
  1517.              (copy) or ^D (delete).
  1518.  
  1519.      ^Untag
  1520.  
  1521.              removes tags from all the matching files in the directory.
  1522.              This protects these files from being acted on by other XTREE
  1523.              multi-file commands such as ^C (copy) or ^D (delete).
  1524.  
  1525.      View
  1526.  
  1527.              displays the contents of the current file on the screen.  When
  1528.              you press V, the screen displays the first page of the file.
  1529.              The cursor keys, Page Up/Down keys, and Home/End keys can all
  1530.              be used to move around the file.  Normally XTREE displays the
  1531.              file contents as text.  You may view a file in Hex mode (i.e.
  1532.              you may see the binary value of every byte in the file) by
  1533.              pressing the H key.  Pressing the H key again will cause the
  1534.              file to be redisplayed in text mode.
  1535.  
  1536.              Here are some of the other keys that you can use when Viewing
  1537.              a file:
  1538.  
  1539.                S - Sets one of 10 markers in the current place in the file.
  1540.  
  1541.  
  1542.  
  1543.  
  1544.                                        - 22 -
  1545.  
  1546.  
  1547.      XTree Commands - File Window
  1548.     _________________________________________________________________________
  1549.  
  1550.  
  1551.                G - Goes to one of the 10 markers, i.e. you can instantly
  1552.                   move to a section of the file that you had previously
  1553.                   marked with the S command.
  1554.  
  1555.                Shift Up/Down Arrows - These keys cause the file being
  1556.                   viewed to scroll continuously without holding down the
  1557.                   arrow keys.  Pressing keys 0-9 causes the scrolling speed
  1558.                   to change, with 0 being the fastest speed.  Just hit any
  1559.                   key when the file has been scrolled to a point where you
  1560.                   wish to stop.
  1561.  
  1562.              When you have finished viewing the file and wish to return to
  1563.              the File Window, press ENTER.
  1564.  
  1565.      ALT/Copy
  1566.  
  1567.              copies the tagged files to another disk, each file going to a
  1568.              directory of the same name as the directory in which it
  1569.              originated.  The purpose of this command is to preserve the
  1570.              directory structure of the source files.  It is extremely
  1571.              useful for performing backup operations.  It is similar to the
  1572.              ^Copy command with the following exceptions:
  1573.  
  1574.                o  When you enter the destination for the copy, you enter
  1575.                   only a disk drive letter.  The disk must be different
  1576.                   from the currently logged disk.
  1577.  
  1578.                o  When XTREE copies a file, it checks to see if the
  1579.                   directory that currently contains the file exists on the
  1580.                   destination disk.  If it doesn't exist, XTREE creates the
  1581.                   path.
  1582.  
  1583.                o  XTREE copies each tagged file to the destination disk
  1584.                   using the source path name as the destination path name.
  1585.  
  1586.              When using ALT/Copy from the Show All display, XTREE
  1587.              temporarily sorts the files by directory and copies them in
  1588.              that order.  This means that when copying files to several
  1589.              diskettes, files within one subdirectory are likely to be on
  1590.              the same diskette.
  1591.  
  1592.      ALT/File Display
  1593.  
  1594.              changes the format of the display in the File Window.  This
  1595.              command is identical to the ALT/F command in the Directory
  1596.              Commands menu.
  1597.  
  1598.      ALT/Sort Files
  1599.  
  1600.              changes the order in which files are displayed in the File
  1601.              Window.  This command is identical to the ALT/S command in the
  1602.              Directory Commands menu.
  1603.  
  1604.  
  1605.  
  1606.  
  1607.                                        - 23 -
  1608.  
  1609.  
  1610.      XTree Commands - File Window
  1611.     _________________________________________________________________________
  1612.  
  1613.  
  1614.      ALT/Tag
  1615.  
  1616.              tags all matching files that have a certain file attributes
  1617.              setting.  This command is identical to the ALT/T command in
  1618.              the Directory Commands menu, except that only files in the
  1619.              current directory are scanned for matching attributes.
  1620.  
  1621.      ALT/Untag
  1622.  
  1623.              removes the tag from the matching files that have a certain
  1624.              attributes setting.  This command is identical to the ALT/U
  1625.              command in the Directory Commands menu, except that only files
  1626.              in the current directory are scanned for matching attributes.
  1627.  
  1628.      4.3  Function Keys
  1629.  
  1630.      XTREE recognizes several function keys which you can use to control
  1631.      some of its operations.  The F1, F2, and F3 labels are displayed in
  1632.      the lower right hand corner of the screen (see Figure 1, reference I)
  1633.      during those times that the corresponding keys can be used.
  1634.  
  1635.      F1 Quit
  1636.  
  1637.              Press F1 to exit from XTREE whenever you wish and return to
  1638.              the MS/DOS command prompt.  When you press F1, XTREE double-
  1639.              checks this action by asking whether or not you really wish to
  1640.              leave XTREE.  Enter "Y" if so, or "N" to return to the XTREE
  1641.              menu.
  1642.  
  1643.              You can also press ALT/F1 to exit XTREE.  This form of the F1
  1644.              key will return you to the DOS prompt, but the "current
  1645.              directory" used by DOS will be the same as the current
  1646.              directory you had last selected while in XTREE.
  1647.  
  1648.      F2 Help
  1649.  
  1650.              Press F2 to begin a display of helpful information screens.
  1651.              These screens are quick-reference explanations of the windows,
  1652.              boxes, and commands of XTREE.  You can use the arrow and Page
  1653.              keys to read through the material.  Just press ENTER to
  1654.              restore the screen.
  1655.  
  1656.      F3 Cancel
  1657.  
  1658.              Press F3 to cancel any command in progress.  Your command menu
  1659.              will be restored.  This function key is extremely useful
  1660.              because with a utility as speedy and powerful as XTREE, the
  1661.              danger of accidentally erasing valuable files is a very real
  1662.              one.  Sometimes there is a delay before cancellation, such as
  1663.              during a file copy command.  In multiple file operations, the
  1664.              command will not cancel until it finishes with the file it is
  1665.              currently working with.
  1666.  
  1667.  
  1668.  
  1669.  
  1670.                                        - 24 -
  1671.  
  1672.  
  1673.      Techniques
  1674.     _________________________________________________________________________
  1675.  
  1676.  
  1677.      5.0  TECHNIQUES
  1678.  
  1679.      This section offers you a few ideas and suggestions on how to make
  1680.      good use of some of XTREE's commands and features.
  1681.  
  1682.  
  1683.      5.1  Backing Up
  1684.  
  1685.      Backing up your files on a regular basis is that ounce of prevention
  1686.      that may save you hours or days of recreating lost data should you
  1687.      develop disk hardware problems.  XTREE provides you with simple but
  1688.      effective methods for archiving files.  Here are some suggestions:
  1689.  
  1690.           1. Backing up the entire disk with XTREE is easy.  From the
  1691.              Directory Window press S to obtain the Show All display.
  1692.              Next, use CTRL/T to tag all the files.  Finally, use ALT/Copy
  1693.              (in order to preserve the directory structure) to copy all the
  1694.              files to a diskette.  If the diskette becomes full, XTREE
  1695.              prompts you to change disks and resumes the copy using the new
  1696.              diskette.
  1697.  
  1698.              When the ALT/Copy is complete, it's a good idea to remove the
  1699.              Archive attribute from all the files you have copied.  Then in
  1700.              the future, you will be able to see which files have been
  1701.              modified or created by observing the Archive attribute.
  1702.  
  1703.              To remove the Archive attribute from the files you just
  1704.              copied, use CTRL/A (since the files are still tagged) and
  1705.              enter -A for the attribute setting.
  1706.  
  1707.           2. To back up only those files that have been modified or newly
  1708.              created, use the Show All command to obtain the Show All
  1709.              display.  Next, use the ALT/T command and enter +A to tag all
  1710.              files that have the Archive attribute set.  Now you can use
  1711.              the ALT/Copy command as described above to save these files.
  1712.              When the ALT/Copy command is complete, remember to remove the
  1713.              Archive attribute from the files that were copied.
  1714.  
  1715.      As you can see, ALT/Copy is very useful for creating backup diskettes.
  1716.      By keeping files in the same subdirectories, entire directories or
  1717.      disks may be easily restored to their original configurations.
  1718.  
  1719.  
  1720.      5.2  Statistics
  1721.  
  1722.      XTREE is very useful for determining information regarding disk space
  1723.      utilization.  Remember the following points:
  1724.  
  1725.           o  When in the Directory Window or Show All display, statistics
  1726.              are for the entire disk.
  1727.  
  1728.  
  1729.  
  1730.  
  1731.  
  1732.  
  1733.                                        - 25 -
  1734.  
  1735.  
  1736.      Techniques
  1737.     _________________________________________________________________________
  1738.  
  1739.  
  1740.           o  When in the File Window, statistics are only for the current
  1741.              directory.
  1742.  
  1743.           o  Matching  files statistics represent those files that match
  1744.              the File Specification in the upper right box.
  1745.  
  1746.           o  Tagged file statistics represent those files that are tagged,
  1747.              even those not matching the current File Specification.  To
  1748.              determine the size of an entire branch of your directory
  1749.              structure, simply use the Tag command from the Directory
  1750.              Window to tag those directories.  The Tagged files statistics
  1751.              represent all the directories you tagged.
  1752.  
  1753.  
  1754.      5.3  Helpful Hints
  1755.  
  1756.      Here are a few pointers to make your work with XTREE easier:
  1757.  
  1758.           o  Directory commands are only available from the Directory
  1759.              Window, and file commands are only available from one of the
  1760.              following File Windows:
  1761.  
  1762.                o  Normal File Window - commands affect matching files in
  1763.                   the current directory.
  1764.  
  1765.                o  Expanded File Window - commands affect matching files in
  1766.                   the current directory.
  1767.  
  1768.                o  Show All Files Window - commands affect matching files in
  1769.                   ALL directories.
  1770.  
  1771.           o  Always make sure you are logged into the correct drive before
  1772.              you begin your organizational operations.  Check the Disk
  1773.              Specifications Box to see the drive letter and Volume Label
  1774.              displayed.  XTREE will only use directories and files on the
  1775.              currently logged disk.
  1776.  
  1777.           o  Always check your File Specifications Box before you begin any
  1778.              operations.  Remember that your File Specification determines
  1779.              which files will be shown on the screen and will be eligible
  1780.              for XTREE functions.  They are the ONLY files that you may
  1781.              access at any given time.
  1782.  
  1783.           o  XTREE protects against input errors as much as possible.  Keys
  1784.              which would be inappropriate for a particular command are
  1785.              locked out of the keyboard automatically.  For example, if you
  1786.              try to enter a "/" in a file name or too many characters in
  1787.              the name, XTREE will not echo what you key.  If you see XTREE
  1788.              rejecting the characters you type, check back to verify that
  1789.              you are inputting correctly.
  1790.  
  1791.  
  1792.  
  1793.  
  1794.  
  1795.  
  1796.                                        - 26 -
  1797.  
  1798.  
  1799.      Error Messages
  1800.     _________________________________________________________________________
  1801.  
  1802.  
  1803.      6.0  ERROR MESSAGES
  1804.  
  1805.      A number of error messages could appear while you are using XTREE.  If
  1806.      you see any one of these, please refer to this list for an explanation
  1807.      and a suggestion on how to recover from your difficulty.  These error
  1808.      messages are listed alphabetically for your convenience:
  1809.  
  1810.      ALT Copy MUST be to Another Disk
  1811.  
  1812.              When entering a destination for the ALT Copy command, you must
  1813.              specify a disk other than the currently logged disk.  If you
  1814.              wish to copy files to the same disk, use the CTRL Copy
  1815.              command.
  1816.  
  1817.      Can't Delete Root Directory
  1818.  
  1819.              The Root Directory is a permanent part of every MS/DOS disk,
  1820.              and cannot be removed.
  1821.  
  1822.      Can't Rename Root Directory
  1823.  
  1824.              The Root directory is permanently designated by a slashmark
  1825.              (\) in MS/DOS, so you may not rename it.  Should you try, this
  1826.              error message will appear.
  1827.  
  1828.      Directory Full
  1829.  
  1830.              The directory in which you are currently working has reached
  1831.              its maximum capacity of files.  Before you can add more, you
  1832.              will have to delete some.
  1833.  
  1834.      Directory Not Empty
  1835.  
  1836.              A directory cannot be deleted if it contains files or
  1837.              subdirectories.  Delete its files and subdirectories first,
  1838.              and then you will be able to delete the directory.
  1839.  
  1840.      Disk Drive Error. Abort, Retry?
  1841.  
  1842.              There could be a number of reasons why this message might
  1843.              appear.  Your diskette may not be in the drive, or it may be
  1844.              incorrectly inserted.  A disk may also become physically
  1845.              damaged.  Check your disk and drive, then retry by pressing R.
  1846.              If you are still unsuccessful, press A to abort the program.
  1847.              Restart XTREE and attempt your operation again.  If you
  1848.              continue to have a problem, your disk is probably defective.
  1849.  
  1850.      Disk Full
  1851.  
  1852.              The disk cannot hold any more files.  Direct the files to
  1853.              another disk.
  1854.  
  1855.  
  1856.  
  1857.  
  1858.  
  1859.                                        - 27 -
  1860.  
  1861.  
  1862.      Error Messages
  1863.     _________________________________________________________________________
  1864.  
  1865.  
  1866.      Disk Has Been Changed
  1867.  
  1868.              XTREE keeps a record of your disk's file structure in its
  1869.              memory.  XTREE reads this structure from your disk when you
  1870.              log on.  Should you change a diskette without logging on and
  1871.              try to initiate an operation on that diskette, XTREE will
  1872.              point out that there is a difference between the record in
  1873.              memory and the actual structure on the diskette.  Log on to
  1874.              the diskette again to read the correct file structure.  Then
  1875.              try your operation once more.
  1876.  
  1877.              This message may also appear when you attempt to execute
  1878.              certain XTREE commands after you have returned from
  1879.              ALT/eXecute.  XTREE may have problems if, during the
  1880.              ALT/eXecute, you added, removed, or changed any files or
  1881.              directories on the logged disk.  Simply re-log the disk to
  1882.              avoid further warnings.
  1883.  
  1884.      File Can't Be Copied Into Itself
  1885.  
  1886.              You just can't copy a file to itself; you must copy it to a
  1887.              different directory, or into the same directory using a
  1888.              different file name.
  1889.  
  1890.      File Is Read Only
  1891.  
  1892.              When files have their R/O attribute set ON, they can neither
  1893.              be erased nor written over.  Use the -R attribute option to
  1894.              change the file's status.
  1895.  
  1896.      Invalid Disk Drive
  1897.  
  1898.              The drive you have specified doesn't exist or isn't available.
  1899.              Specify an appropriate drive letter.
  1900.  
  1901.      Invalid Entry
  1902.  
  1903.              The prompt cannot accept the letters you've typed in.  Check
  1904.              your entry carefully, then retry the operation.
  1905.  
  1906.      MOVE file MUST be to the Same Disk
  1907.  
  1908.              When entering the destination path for a Move operation, you
  1909.              should not specify a disk.  XTREE moves files to a directory
  1910.              which is on the same disk as the original directory.  If you
  1911.              wish to move files to another disk: tag the files to be moved,
  1912.              use the CTRL Copy command to create copies on the destination
  1913.              disk, and then use the CTRL Delete command to remove the 
  1914.              original files.
  1915.  
  1916.  
  1917.  
  1918.  
  1919.  
  1920.  
  1921.  
  1922.                                        - 28 -
  1923.  
  1924.  
  1925.      Error Messages
  1926.     _________________________________________________________________________
  1927.  
  1928.  
  1929.      Name Exists
  1930.  
  1931.              MS/DOS prevents confusion in its system by restricting the use
  1932.              of identical names for files, directories, and volume labels.
  1933.              Files in separate directories may have identical names, but
  1934.              any duplication of names such as directory-file, directory-
  1935.              volume label, or file-volume label is prohibited.  You will
  1936.              get this error message if you attempt such a duplication.
  1937.              Choose a different name and try the operation once again.
  1938.  
  1939.      Out of Memory
  1940.  
  1941.              During a copy operation or a Make Directory operation you are
  1942.              attempting to create more files or directories than XTREE can
  1943.              process.  You should make space on the disk by removing any
  1944.              unwanted files and/or directories.
  1945.  
  1946.      Path Not Found
  1947.  
  1948.              XTREE cannot find the path you've specified.  Check to see if
  1949.              your entry is correct and that you are logged on to the disk
  1950.              you want.
  1951.  
  1952.      Print Error.  Abort, Retry ?
  1953.  
  1954.              There could be a number of reasons why this message might
  1955.              appear.  Your printer may be turned off or it may not be
  1956.              selected.   You may be out of paper.  Check your printer and
  1957.              the paper, and retry by pressing R.  If you are still
  1958.              unsuccessful, your printer may not be working.  Press A to
  1959.              abort the print command.
  1960.  
  1961.      Too Many Directories - Extra Ignored
  1962.  
  1963.              During a log disk operation, XTREE has reached its directory
  1964.              limit (approximately 180).  The program will not log in any
  1965.              more directories.
  1966.  
  1967.      Too Many Files - Extra Ignored
  1968.  
  1969.              During a log disk operation XTREE has reached its file limit
  1970.              (approximately 2500).  The program will not log in any more
  1971.              files.
  1972.  
  1973.      Unable to Make Directory
  1974.  
  1975.              Perhaps there is already a file of the same name or a
  1976.              directory of the same name, or perhaps the disk or directory
  1977.              have reached maximum capacity.  If you have a problem with
  1978.              similar names, simply choose an alternate one.  If your disk
  1979.              is full, delete some files first, and then create a new
  1980.  
  1981.  
  1982.  
  1983.  
  1984.  
  1985.                                        - 29 -
  1986.  
  1987.  
  1988.      Error Messages
  1989.     _________________________________________________________________________
  1990.  
  1991.  
  1992.  
  1993.  
  1994.              directory.  If your directory is full, delete some files or
  1995.              create your new directory from a different parent directory.
  1996.  
  1997.  
  1998.  
  1999.  
  2000.  
  2001.  
  2002.  
  2003.  
  2004.  
  2005.  
  2006.  
  2007.  
  2008.  
  2009.  
  2010.  
  2011.  
  2012.  
  2013.  
  2014.  
  2015.  
  2016.  
  2017.  
  2018.  
  2019.  
  2020.  
  2021.  
  2022.  
  2023.  
  2024.  
  2025.  
  2026.  
  2027.  
  2028.  
  2029.  
  2030.  
  2031.  
  2032.  
  2033.  
  2034.  
  2035.  
  2036.  
  2037.  
  2038.  
  2039.  
  2040.  
  2041.  
  2042.  
  2043.  
  2044.  
  2045.  
  2046.  
  2047.  
  2048.  
  2049.  
  2050.  
  2051.                                        - 30 -
  2052.  
  2053.  
  2054.      Appendix
  2055.     _________________________________________________________________________
  2056.  
  2057.  
  2058.      A.0  APPENDIX
  2059.  
  2060.  
  2061.      A.1  Mini Glossary
  2062.  
  2063.      File = An organization of data on a disk.  Each file has its own name,
  2064.         which is from 1-8 characters long.  A space character may NOT be
  2065.         part of a filename.  Whether you specify upper or lower case
  2066.         characters, DOS treats them as upper case.
  2067.  
  2068.         The file may also have an extension to its name. This appendage is
  2069.         separated from the file name by a period.  It is optional, and has
  2070.         no more than three characters.  The purpose of an extension is to
  2071.         indicate a general category for the filename.  It is an informal
  2072.         indication of the type of file you are creating or dealing with.
  2073.  
  2074.      Directory = An index for files and/or other directories.  This is a
  2075.         useful organizational structure for accessing computer data.  All
  2076.         of the names in one directory, whether they are file names or
  2077.         subdirectory names, must be unique within that directory, but the
  2078.         same names may be used in other directories.
  2079.  
  2080.      Path = How we find our way to a particular directory or subdirectory
  2081.         on a disk.  The path is the route we follow to trace our way from a
  2082.         disk's Root directory to some point in its branching directory
  2083.         tree.  It begins with a slash (\) which designates the ROOT.
  2084.         Directories through which we move are separated by further \ marks.
  2085.  
  2086.      Current Disk = The disk XTREE is currently operating on. Only those
  2087.         directories and files on the current disk are shown.  The current
  2088.         disk identifier is displayed in the Disk Specification Box.
  2089.  
  2090.      Current Directory = The directory whose name is covered by the
  2091.         highlight bar while in the Directory Window, or whose name is
  2092.         marked by the left-arrow indicator when the highlight bar is in the
  2093.         File Window.  Only the files in the current directory are show in
  2094.         the File Window.
  2095.  
  2096.      Current File = The file whose name is covered by the highlight bar
  2097.         while in a File Window.
  2098.  
  2099.      Matching Files = Those files whose names match the current File
  2100.         Specification.  Only matching files are shown to the user, and are
  2101.         eligible for XTREE operations.
  2102.  
  2103.      Tagged Files = Those files which have been marked by a Tag command.
  2104.         Tagged files have a diamond shaped marker to the right of their
  2105.         names.  A file will stay tagged even after the File Specification
  2106.         has been changed.  Tagged and Matching files are eligible for XTREE
  2107.         multiple file functions.
  2108.  
  2109.  
  2110.  
  2111.  
  2112.  
  2113.  
  2114.                                        - 31 -
  2115.  
  2116.  
  2117.      Appendix
  2118.     _________________________________________________________________________
  2119.  
  2120.  
  2121.      A.2  Common Filename Extensions
  2122.  
  2123.                     ASM  assembly source
  2124.                     BAK  text file backup copy
  2125.                     BAS  BASIC source code
  2126.                     BAT  batch processing files
  2127.                     BLD  BLOAD format for BASIC
  2128.                       C    C source file
  2129.                     CAL  Spread sheet calculation file
  2130.                     COB  COBOL source code
  2131.                     COD  object code listing, from compilers
  2132.                     COM  executable programs, in memory-image format
  2133.                     DAT  data files, in general
  2134.                     DBF  data base files
  2135.                     DIF  data interchange files, as from VisiCalc
  2136.                     DOC  document files, for word processors
  2137.                     EXE  executable programs, in relocation format
  2138.                     FMT  word processor format specifications
  2139.                     FOR  FORTRAN source code
  2140.                       H    Include file for some programming languages
  2141.                     LIB  library routines, for compilers
  2142.                     LST  printable listing files, in general
  2143.                     MAP  program maps, from a program linker
  2144.                     OBJ  program object code, from compilers
  2145.                     PAS  PASCAL source file
  2146.                     TMP  temporary work file
  2147.                     TXT  text files, for word processors
  2148.                     VC   spreadsheet data, from VisiCalc
  2149.                     WKS  spreadsheet data, from Lotus 1-2-3
  2150.                     $$$  temporary work file
  2151.                     
  2152.      Using these  extension names  will help  you organize  your files in a
  2153.      consistent manner.
  2154.  
  2155.  
  2156.  
  2157.  
  2158.  
  2159.  
  2160.  
  2161.  
  2162.  
  2163.  
  2164.  
  2165.  
  2166.  
  2167.  
  2168.  
  2169.  
  2170.  
  2171.  
  2172.  
  2173.  
  2174.  
  2175.  
  2176.  
  2177.                                        - 32 -
  2178.